github.com/andybalholm/brotli/matchfinder.M0.hash (method)
7 uses
github.com/andybalholm/brotli/matchfinder (current package)
m0.go#L33: func (m M0) hash(data uint64) uint64 {
m0.go#L67: nextHash := m.hash(binary.LittleEndian.Uint64(src[s:]))
m0.go#L99: nextHash = m.hash(binary.LittleEndian.Uint64(src[nextS:]))
m0.go#L115: h := m.hash(binary.LittleEndian.Uint64(src[newBase:]))
m0.go#L150: table[m.hash(x)&m0TableMask] = uint16(i)
m0.go#L157: prevHash := m.hash(x >> 0)
m0.go#L159: nextHash = m.hash(x >> 8)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |